home *** CD-ROM | disk | FTP | other *** search
/ Beano - Dennis the Menace Cardz / Beano Cardz: Dennis the Menace.iso / pc / swfs / cartfinal.swf / scripts / DefineButton2_51 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-03-06  |  222 b   |  13 lines

  1. on(rollOver){
  2.    tellTarget("/cart")
  3.    {
  4.       gotoAndStop("jump");
  5.       play();
  6.    }
  7.    setProperty("/background/cop", _visible, "0");
  8.    tellTarget("/background/cop down")
  9.    {
  10.       gotoAndPlay(2);
  11.    }
  12. }
  13.